home *** CD-ROM | disk | FTP | other *** search
-
- static struct NewWindow NewWindowStructure1 = {
- 230,70, /* window XY origin relative to TopLeft of screen */
- 339,125, /* window width and height */
- 0,1, /* detail and block pens */
- NULL, /* IDCMP flags */
- WINDOWSIZING+WINDOWDRAG+WINDOWDEPTH+WINDOWCLOSE+ACTIVATE+NOCAREREFRESH, /* other window flags */
- NULL, /* first gadget in gadget list */
- NULL, /* custom CHECKMARK imagery */
- "FileHandle 2", /* window title */
- NULL, /* custom screen pointer */
- NULL, /* custom bitmap */
- 20,20, /* minimum width and height */
- 350,150, /* maximum width and height */
- WBENCHSCREEN /* destination screen type */
- };
-
-
- /* end of PowerWindows source generation */
-